home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2201.TXT < prev    next >
Text File  |  1993-03-31  |  5KB  |  117 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Stacker and Windows Enhanced Mode.
  4. STAC FAX Index #2201 - 6/29/92                          
  5. ___________________________________________________________________________
  6.  
  7. Background.
  8.  
  9.    Stacker is fully compatible with the 386 Enhanced mode of Windows.  
  10.    However, some fine tuning is required to ensure optimum performance.  
  11.    This note will assist in the configuration of Windows 3.0 and 3.1 in a 
  12.    Stacker environment.
  13.   
  14.    I. Using the Stacker XT/8 Coprocessor
  15.           
  16.           If you are using the Stacker XT/8 coprocessor on a 386
  17.           and plan to run Windows in 386 Enhanced Mode, you'll
  18.           need to add an EMMExclude statement to the SYSTEM.INI
  19.           file in your Windows directory.  Syntax:
  20.           
  21.                EMMExclude=<range>
  22.  
  23.           For example, if your XT/8 coprocessor base address is
  24.           cc00, in the SYSTEM.INI file, add the following
  25.           statement under the heading [386Enh]:
  26.              
  27.              EMMExclude=cc00-cfff
  28.   
  29.           The following table lists the seven possible memory
  30.           ranges, based on the base address of the XT/8
  31.           coprocessor card:
  32.           
  33.           Base Address   <range> to Exclude
  34.           
  35.           ------------   ------------------
  36.           c400           c400-c7ff
  37.           c800           c800-cbff
  38.           cc00           cc00-cfff
  39.           d000           d000-d3ff
  40.           d400           d400-d7ff
  41.           d800           d800-dbff
  42.           dc00           dc00-dfff
  43.  
  44.       Note: The Stacker AT/16 card uses an exclusive I/O address so
  45.       it requires no special treatment.
  46.   
  47.    II. Temporary Windows swap files
  48.           
  49.           If you are using a temporary Windows swap file, you can
  50.           place the swap file on an uncompressed portion of your disk
  51.           to reduce fragmentation of your Stacker drive.  Windows 
  52.           3.1 is Stacker aware and will not give you the option of 
  53.           placing it on the Stacker drive.  With Windows 3.0, 
  54.           specify the swap file location by adding the following 
  55.           line to the SYSTEM.INI file, located in your Windows 
  56.           directory, under the heading [386Enh]:
  57.              
  58.              PagingDrive=<drive-letter>
  59.           
  60.           where <drive-letter> is an uncompressed drive with more
  61.           than 2 MB of available disk space.  If the drive does
  62.           not have this amount available, Windows will not operate
  63.           properly.  If your uncompressed drive has less than 2 MB
  64.           of available disk space, you can use SDEFRAG /G to make
  65.           more uncompressed space available.
  66.           
  67.           For example, if drive C was your only drive before
  68.           Stacker, installing Stacker creates drive D, which then
  69.           becomes the uncompressed portion of your disk.  Use the
  70.           following PagingDrive parameter.
  71.              
  72.              PagingDrive=D:
  73.           
  74.           NOTE:  If you built your Stacker drive by building an
  75.                  empty Stacker drive, or if you have manually
  76.                  removed the SSWAP command, then your uncompressed
  77.                  drive may have a different letter.
  78.   
  79.    III. Permanent Windows swap files
  80.           
  81.           If you decide to use a permanent swap file (which must
  82.           be on an uncompressed drive) after you've already
  83.           created your Stacker drives, you may discover that you
  84.           don't have enough room.  You can make more uncompressed
  85.           space available by using SDEFRAG /G.
  86.           
  87.           If Windows still reports that there is not enough disk space, 
  88.           even though it appears there is plenty, it may not be 
  89.           contiguous.  In this case you'll have to unhide the Stacker 
  90.           drive's STACVOL file and run a disk optimizer such as Norton 
  91.           Speedisk or PCTOOLS Compress to make the space contiguous.  
  92.           Use the following procedure:      
  93.                     
  94.             1. Make sure your disk optimization program exists on 
  95.                the uncompressed drive or floppy.  Then, restart your 
  96.                system from a clean boot diskette. (No Stacker device
  97.                driver).       
  98.                     
  99.             2. Insert your Stacker diskette and type: 
  100.                  
  101.                  a:\SATTRIB -R -S -H c:\STACVOL.DSK
  102.           
  103.                where c: is the Stacker host drive letter.  
  104.             
  105.             3. Next, run the disk optimizer on the drive you wish to 
  106.                host the permanent swap file.  
  107.                
  108.             4. Finally, rehide the STACVOL file with:  
  109.                     
  110.                 a:\SATTRIB +R +S +H c:\STACVOL.DSK
  111.             
  112.             5. Reboot the machine from the hard disk.  You are now 
  113.                ready to create the permanent swap file.
  114. ___________________________________________________________________________
  115. Copyright 1992, STAC Electronics                    
  116.  
  117.